Disconnect signal handlers
authorMatthias Clasen <mclasen@redhat.com>
Tue, 10 Dec 2013 23:21:58 +0000 (18:21 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 10 Dec 2013 23:21:58 +0000 (18:21 -0500)
commitf08df56211a225e9e874679daf5ad7c7a57ea942
tree0f04ebd2737deaf9b013fe89fafb4d4dc7f7067f
parent73bd03c9edee9debe6f22d1c79f8351ee126fb30
Disconnect signal handlers

We connect to notify::title on app-provided titlebars, but
we forgot to disconnect the signal handler when unsetting
the titlebar.
gtk/gtkwindow.c